home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 41.PieChart / slice.h < prev    next >
C/C++ Source or Header  |  1995-06-12  |  270b  |  11 lines

  1. /* slice.h generated from slice.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef SLICE_H
  6. #define SLICE_H
  7.  
  8. extern void drawSlice(float grayshade, float radius, float startangle, float endangle, float labelps, const char *thelabel);
  9.  
  10. #endif SLICE_H
  11.